home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TMYEDITBOX / TMYEDITBOX.txt
Text File  |  1996-03-05  |  2KB  |  90 lines

  1. object MyEditBox: TMyEditBox
  2.   Left = 415
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dictionary Maintenance'
  6.   ClientHeight = 442
  7.   ClientWidth = 262
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 19
  18.   object Bevel1: TBevel
  19.     Left = 4
  20.     Top = 8
  21.     Width = 253
  22.     Height = 385
  23.     Style = bsRaised
  24.   end
  25.   object HeadLabel: TLabel
  26.     Left = 8
  27.     Top = 16
  28.     Width = 245
  29.     Height = 41
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Font.Color = clBlack
  33.     Font.Height = -15
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.   end
  38.   object TheList: TListBox
  39.     Left = 12
  40.     Top = 108
  41.     Width = 237
  42.     Height = 241
  43.     ItemHeight = 19
  44.     TabOrder = 2
  45.   end
  46.   object AddInfo: TEdit
  47.     Left = 12
  48.     Top = 72
  49.     Width = 149
  50.     Height = 27
  51.     TabOrder = 0
  52.   end
  53.   object AddButton: TButton
  54.     Left = 176
  55.     Top = 72
  56.     Width = 73
  57.     Height = 29
  58.     Caption = '&Add'
  59.     TabOrder = 1
  60.     OnClick = AddButtonClick
  61.   end
  62.   object DeleteButton: TButton
  63.     Left = 77
  64.     Top = 356
  65.     Width = 107
  66.     Height = 29
  67.     Caption = '&Delete'
  68.     TabOrder = 3
  69.     OnClick = DeleteButtonClick
  70.   end
  71.   object OkButton: TButton
  72.     Left = 8
  73.     Top = 400
  74.     Width = 117
  75.     Height = 33
  76.     Caption = '&Ok'
  77.     TabOrder = 4
  78.     OnClick = OkButtonClick
  79.   end
  80.   object CancelButton: TButton
  81.     Left = 136
  82.     Top = 400
  83.     Width = 117
  84.     Height = 33
  85.     Caption = '&Cancel'
  86.     TabOrder = 5
  87.     OnClick = CancelButtonClick
  88.   end
  89. end
  90.